home *** CD-ROM | disk | FTP | other *** search
/ Magnum One / Magnum One (Mid-American Digital) (Disc Manufacturing).iso / d10 / pcm_d1.arc / README2.TXT < prev    next >
Text File  |  1989-06-12  |  12KB  |  331 lines

  1.             ═══════════════════════════════════════════════════
  2.             G e t t i n g   S t a r t e d   &   T u t o r i a l
  3.             ═══════════════════════════════════════════════════
  4.  
  5.  
  6. System Requirements
  7. ~~~~~~~~~~~~~~~~~~~
  8. This program runs under DOS 2.1 or higher.
  9.  
  10. Any IBM compatible micro computer using the 8088, 8086, 80286 or 80386 chip
  11. will  run it.  Examples  of these  computers  are: Compaq,  Tandy, Amstrad,
  12. Olivetti, Victor, Dell, Epson and almost any other PC clone world-wide.
  13.  
  14. The  minimum  memory requirement  is  512K.   Both colour  and  mono screen
  15. displays are supported.
  16.  
  17. For  best results  a hard  disk is  strongly recommended.  You can  run the
  18. program on a dual floppy disk machine.
  19.  
  20. The Contacts Manager may be installed  on a local area network (LAN). Usage
  21. becomes exclusive to one particular user at a time.
  22.  
  23.  
  24. Configuration
  25. ~~~~~~~~~~~~~
  26. The statement  FILES=20 should  be contained  in your  CONFIG.SYS file. The
  27. statement  BUFFERS=8  is  recommended.  Your  computer  has  probably  been
  28. configured correctly already by various other software you run.
  29.  
  30. If you  are in doubt  and do not  know how  to check this,  try running the
  31. program  first.  It  will  terminate and  advise  you  accordingly  if your
  32. config.sys file requires correction.
  33.  
  34. HARD DISK USERS:
  35.  
  36. Supplied with the program is a file called SETFIG.BAT. You may use this
  37. to place  a correct CONFIG.SYS  file onto  the root directory  of your hard
  38. disk.  This  makes the CONFIG.SYS  file available  to DOS when  you boot up
  39. your machine.
  40.  
  41. Otherwise,  you may  use  the CONFIG.SYS  file  which is  supplied  on your
  42. distribution disk. You may copy this  CONFIG.SYS file to the root directory
  43. of the hard disk. Insert DISK 1 into DRIVE A and type:
  44.  
  45.                    COPY A:CONFIG.SYS C:\*.*  ─┘
  46.  
  47. DOS will say "One file copied"  if typed correctly without spelling errors.
  48. Then reboot the system before running the program again.
  49.  
  50. DUAL FLOPPY DISK USERS:
  51.  
  52. A correct CONFIG.SYS file  is supplied with this  program. You will have to
  53. copy  it onto  your  normal boot  diskette.  Insert your  distribution disk
  54. containing the  CONFIG.SYS file  into drive A.   Insert the  boot disk into
  55. drive B. Then type
  56.  
  57.                    COPY A:CONFIG.SYS B: ─┘
  58.  
  59. In both instances you must reboot your computer before running the Contacts
  60. Manager again.
  61.  
  62.  
  63. Installation
  64. ~~~~~~~~~~~~
  65. A batch file called INSTALL.BAT is supplied on your distribution disk. This
  66. will install the program on your hard disk.
  67.  
  68. It creates  a sub-directory  called CONTACTS.  It  also copies  a few batch
  69. files to your  root directory. This will  save you having  to change to the
  70. sub-directory when you wish to use the program.
  71.  
  72. To start, simply type: CONTACTS  ─┘.
  73.  
  74.  
  75. Archived copies
  76. ~~~~~~~~~~~~~~~
  77. An archived copy is one  where all files have been  merged into one to save
  78. disk space. If you  have an archived copy of  the Contacts Manager you will
  79. have 2 files  called CONTACTS.ARC and UNFOLD.BAT.  They should be installed
  80. from one floppy diskette. Insert this diskette into Drive A, and type:
  81.  
  82.                         A> A:UNFOLD  ─┘
  83.  
  84. This will do  the same as  the INSTALL.BAT command  explained above, except
  85. that it unfolds the archived files  to their original form first. (Own copy
  86. of PKXARC required.)
  87.  
  88. Dual  floppy disk  computer  users should  use  normal files,  not archived
  89. copies.  Archived copies  are specifically  for  installation on  hard disk
  90. computers. The unfolding process requires more than 360K of disk space.
  91.  
  92.  
  93. Office computers
  94. ~~~~~~~~~~~~~~~~
  95. If  more  than one  person  wish to  use  the  program on  the  same office
  96. computer,  it  may be  a  good idea  to  copy  the program  on  to separate
  97. directories, one for  each user. (Example:  C:\CONTACTS1, C:\CONTACTS2). By
  98. setting   each  person's   name  under   the  Maintenance   menu  (Personal
  99. Preferences), all data is then located  on the same machine. This makes the
  100. information accessible to everyone without  the risk of users changing each
  101. other's records unintentionally.
  102.  
  103. If a main DOS menu is installed,  ask your computer consultant to place the
  104. Contacts Manager onto it, one menu option per person. He/she can quickly do
  105. this by simply copying and editing the supplied CONTACTS.BAT file.
  106.  
  107.  
  108. Tips regarding Dual Floppy Disk Computers
  109. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  110. If  you use  a dual  floppy disk  machine, you  may ignore  the INSTALL.BAT
  111. procedure. Instead, you  can run the  program from your  2 Contacts Manager
  112. program disks as they are.  However, you must make sure of 2 things:
  113.  
  114. 1. When you boot up, your boot diskette must contain a file called
  115.    CONFIG.SYS.  This is a simple text file. You can edit it using any ASCII
  116.    word processor. In this CONFIG.SYS file there must be the words
  117.    "FILES=20".  If you don't see them, type them in.  Alternatively, follow
  118.    the instructions above under the heading "Configuration".
  119.  
  120. 2. The Contacts Manager needs to know which disk drives you are using. You
  121.    tell it where to look with the DOS PATH statement.  For example, say
  122.    your 2 disk drives are called "A:" and "B:".  From DOS, just after you
  123.    have booted up, type the following:
  124.  
  125.                          A> PATH=A:\;B:\ ─┘
  126.  
  127.    To check your current DOS PATH, type only:
  128.  
  129.                          A> PATH ─┘
  130.  
  131.    Alternatively, use the supplied file called "DUALPATH.BAT". This will
  132.    set the path for you.
  133.  
  134. Then insert your 2 Contacts Manager diskettes, Disk 1 into drive A and Disk
  135. 2 into drive B.  To start the program, type:
  136.  
  137.                         A> CONTACTS ─┘
  138.  
  139. If you require more space for data on disk 2, make a backup copy and delete
  140. any unneeded README?.TXT, *.BAT or *.COM files. This should free about 65K.
  141.  
  142. This program is not likely to run on sole, single floppy disk machines.
  143.  
  144.  
  145. Snow Screens
  146. ~~~~~~~~~~~~
  147. To  remove shows  interference on  the screen  (Olivetti for  example), use
  148. CONTAC instead of CONTACTS.   In other words, start  the program by typing:
  149. CONTAC  ─┘.
  150.  
  151.  
  152.  
  153. Tutorial - How to use this system
  154. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  155.  
  156. ADD NEW INFORMATION
  157.  
  158. You might like to add yourself to  the address book data bank. This way you
  159. can follow exactly where the information comes from and where it goes.
  160.  
  161. Adding yourself should not be too  difficult. The first screen that appears
  162. is the main menu.  One of  the options under letter "M" says: "Maintenance,
  163. changes and preferences".
  164.  
  165. Press "M".  The next  menu will appear.  The second  item on this menu says
  166. "A" for "Add a new record".
  167.  
  168. Press  "A".  A  blank form  will appear.   Enter your  own details  at your
  169. leisure.  You don't  have to enter  all the fields,  only information which
  170. you think might be useful.
  171.  
  172. Each person's particulars  are stored on  2 screens. Once  you have entered
  173. the first screen, the second screen follows automatically.
  174.  
  175. You will  find uses  for some of  the fields  later.  "Classification", for
  176. example, can be anything  you like.  This would depend  on what you use the
  177. program for.  An accountant, for example, may use different classifications
  178. than a  sales professional.  A home  computer enthusiast  may use different
  179. classifications still,  or maybe  leave them  blank. Examples  are: Client,
  180. social, business,  bills, prospects, girlfriends,  etc. -  anything one may
  181. wish to categorise information under. You can later use your categories for
  182. selections, mail-merging and sorting.
  183.  
  184. You can jump from one field to the next using your ─┘ key or TAB keys.
  185. Using ─┘, ESC and F10 is usually  the fasted way to move around throughout
  186. this program.
  187.  
  188. Pressing CTRL-HOME takes you to the  first field on the screen and CTRL-END
  189. takes you to the last.  The ARROW keys allow you to move within each field.
  190.  
  191. You can toggle the insert and override mode by pressing the INSERT key.
  192.  
  193. To delete information, hold down the DELETE key. Information will disappear
  194. from the right hand side of the cursor.  To delete information on the left,
  195. use the BACKSPACE key.
  196.  
  197. When you come  to the fields for  storing comments and  notes, you will see
  198. how the relevant text window pops up.  Use the keys suggested at the bottom
  199. of the window. To let the window disappear, press ESC or F10.
  200.  
  201. Once  the  second screen  has  appeared  and you  are  satisfied  with your
  202. entries, you  can either press  F10 or  ESC.  There is  a subtle difference
  203. between the  two.  Pressing  F10 will  offer you  the option  of entering a
  204. second record.  Pressing  ESC will take  you back to  the menu immediately.
  205. Once you get  used to the system,  you may prefer the  fast method of using
  206. ESC to bypass prompts of this kind.
  207.  
  208. RETRIEVE INFORMATION
  209.  
  210. The fasted way  to retrieve the details  you just entered is  by using "S -
  211. Speed-show contact information" from the main menu.
  212.  
  213. Note that you  only have to enter  a few beginning  letters.  If found, the
  214. screen with the relevant information will appear.
  215.  
  216. If you forget someone's name and can only remember a few letters of say the
  217. last syllable, you can use "F - Find details by interrogation".
  218.  
  219. CHANGE THE COLOURS
  220.  
  221. Now press "M" for "M -  Maintenance, changes and preferences" from the main
  222. menu.   The first  choice is  "P  - Personal  Preferences".  Press  "P" and
  223. several questions will appear.
  224.  
  225. The  first question  will ask  you "Do  you wish  to change  the colours?".
  226. Press "Y" for Yes.  A special colour setting screen will pop up. Follow the
  227. simple  instructions and  experiment until  you  find a  colour combination
  228. which you like.
  229.  
  230. Press ESC  and then ESC  so many  times until you  arrive back  at the main
  231. menu.
  232.  
  233. BROWSE THROUGH THE DATA BANK
  234.  
  235. From the main  menu press "B" for  "B - Browse through  the data bank". You
  236. will see a screen listing of names.  Follow the instructions on the screen.
  237. You will see how, by  using the F5 and F6  function keys, you can jump from
  238. the list  to individual  particulars.  F1,  F2, F3  and F4  show associated
  239. comment windows.  F7 displays the telephone numbers. You can change details
  240. on the screen  by pressing ENTER or  the ─┘ key. Pressing  ─┘ or an ARROW
  241. key will take you out of the edit mode.
  242.  
  243. Now press the Shift and F2 keys together.  A special pop-up menu will show.
  244. Experiment with the options.   Guidance is always offered  on the screen so
  245. that you know what you can do next.
  246.  
  247. MANUAL DATE ADVISOR
  248.  
  249. Return to the  main menu.  Press  "D" for "D  - Date advisor".  Have a look
  250. whose  birthday  is  coming  up using  "B  -  Birthdays"  and  who requires
  251. Christmas cards using "C - Christmas".
  252.  
  253. Press "Y"  for "Y -  Year Planner".  It will map  all dates  arising in the
  254. current year.
  255.  
  256. Note that  this is  not the  automatic date  advisor.  The  additional help
  257. screen under "N - New User Tips" offers further explanations.
  258.  
  259.  
  260. AUTOMATIC DATE ADVISOR
  261.  
  262. The automatic date advisor appears only when an important date is coming up
  263. for your attention -  otherwise not.  When it does  appear, you will see it
  264. after you have pressed "Q" for "Q - Quit" from the main menu.
  265.  
  266. If you do  not see yourself  mentioned by the  automatic date advisor, this
  267. will be  because your  birthday is not  due within  the next  60 days.  You
  268. might like  to enter the  program again and  change your birthday  to say 2
  269. weeks from the current system date.  Then quit and the computer will advise
  270. you of your birthday.
  271.  
  272. The system will retrieve special birthday messages for you if you mentioned
  273. the same name in the text window  as given under "Person's name" heading in
  274. the birthday section of your form.
  275.  
  276.  
  277. This completes the initial tutorial of your system.  There are many further
  278. features.  The  best way  to learn  about them  it is  by playing  with the
  279. program. More explanations are given further on in this documentation.
  280.  
  281.  
  282.  
  283.  
  284.  
  285.  
  286.  
  287.  
  288.  
  289.  
  290.  
  291.  
  292.  
  293.  
  294.  
  295.  
  296.  
  297.  
  298.  
  299.  
  300.  
  301.  
  302.  
  303.  
  304.  
  305.  
  306.  
  307.  
  308.  
  309.  
  310.  
  311.  
  312.  
  313.  
  314.  
  315.  
  316.  
  317.  
  318.  
  319.  
  320.  
  321.  
  322.  
  323.  
  324.  
  325.  
  326.  
  327.  
  328.  
  329.  
  330.  
  331.